Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.webengine.blogs.theme--applications

This contribution is part of XML component org.nuxeo.webengine.blogs.theme inside nuxeo-webengine-blogs-6.0.jar

Extension Point

Extension point applications of component ThemeService.

Contributed Items

  • <application root="/nuxeo/site/blogs" template-engine="freemarker">
          <negotiation>
            <strategy>web</strategy>
            <default-engine>default</default-engine>
            <default-theme>blogs/default
            </default-theme>
            <default-perspective>default
            </default-perspective>
          </negotiation>
        </application>
  • <application root="/nuxeo/site" template-engine="freemarker">
          <negotiation>
            <strategy>web</strategy>
            <default-engine>default</default-engine>
            <default-theme>blogs/default
            </default-theme>
            <default-perspective>default
            </default-perspective>
          </negotiation>
        </application>

XML Source

<extension point="applications" target="org.nuxeo.theme.services.ThemeService">
    <!--  temporary fix for jboss -->
    <application root="/nuxeo/site/blogs" template-engine="freemarker">
      <negotiation>
        <strategy>web</strategy>
        <default-engine>default</default-engine>
        <default-theme>blogs/default
        </default-theme>
        <default-perspective>default
        </default-perspective>
      </negotiation>
    </application>

    <application root="/nuxeo/site" template-engine="freemarker">
      <negotiation>
        <strategy>web</strategy>
        <default-engine>default</default-engine>
        <default-theme>blogs/default
        </default-theme>
        <default-perspective>default
        </default-perspective>
      </negotiation>
    </application>

  </extension>